import { Page } from '@shopstack/cs-admin-lib';

const UrlKey = () => {
  return (
    <Page />
  )
}

export default UrlKey